Virtual list box example

This example shows how to create a list box component that displays a set of objects that come from an external data source. In the example, the external data source is a text file which contains a list of image file names. The list box shows the images and their filenames. Because image loading is slow and takes a lot of memory, the displayed images are only loaded on demand when the user scrolls the list box. Build and run the example application using Visual Studio.

The main parts of the tool project are:

You can find the example in the <KanziWorkspace>/Examples/Virtual_list_box directory.

See also

Using the Trajectory List Box 3D node

Trajectory list box example

Examples